Skip to main content

markerLineSize

Type

property

Summary

The markerLineSize specifies the thickness of the border of markers that are drawn at each vertex of an irregular polygon graphic.

Syntax

set the markerLineSize of <graphic> to <pixels>

Description

Use the markerLineSize property to change the appearance of the small shapes at each vertex of a graphic.

Irregular polygon graphics can be drawn with a marker at each vertex. The markerLineSize property specifies the width of the line that outlines each marker. The marker's shape is determined by the markerPoints property, and its outline color is determined by the hiliteColor property.

If the style property of the graphic is not polygon or curve, the setting of its markerPattern property has no effect.

If the markerPoints property is empty or the markerDrawn property is false, the markerLineSize property has no effect.

Examples

set the markerLineSize of last graphic to 0 -- no border

glossary: vertex, property, non-negative

keyword: integer, polygon, graphic

object: graphic

property: markerPoints, hilitePattern, markerDrawn, lineSize, hiliteColor, markerFilled

Compatibility and Support

Introduced

LiveCode 1.0

OS

mac

windows

linux

ios

android

Platforms

desktop

server

mobile

Thank you for your feedback!

Was this page helpful?